home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / System / Datatypes / JPEG-DT35 / JPEG-DT35.readme < prev    next >
Text File  |  2001-07-18  |  1KB  |  46 lines

  1. Short:    New Datatype for JPEG Images (46.4)
  2. Uploader: achimste@gmx.de (Achim Stegemann)
  3. Author:   achimste@gmx.de (Achim Stegemann)
  4. Type:     util/dtype
  5. Version:  46.4
  6.  
  7. Requires minimum:
  8.  * OS 3.5
  9.  
  10. Additionally recommended:
  11.  * MUI 3.8 for the preferences.
  12.  
  13. ##########################################################
  14.  
  15. NOTE:
  16. This JPEG datatype is for OS 3.5/3.9 only !!
  17. Download util/dtype/JPEG-DT.lha under OS 3.0 or OS 3.1 !!
  18.  
  19. ##########################################################
  20.  
  21. With the help of the jpeg.datatype, your datatype sytem is able to read JPEG images.
  22.  
  23. This datatype is freeware and can be used for any purpose !
  24.  
  25.  
  26. ##### Why another datatype for JPEG images ? #####
  27.  
  28. Well there are many of them available on the Aminet, but this has two unbeatable
  29. advantages !!
  30.  
  31. 1. It is very short, only about 8 kB !! Why ? Because it does not contain the JPEG
  32. de/encoder in the datatype itself.
  33. The datatype uses the jpeg.library from Paul Huxham for the JPEG de/encoding
  34. from the latest JPEG V6b release, so it is up-to-date.
  35.  
  36. 2. It can write JPEG files when using the DTMW_RAW flag in the DTM_WRITE method !!
  37.  
  38.  
  39. Internet: http://soft-ware.de/dalmanac
  40.  
  41.  
  42. Changes since version 46.3
  43. * Cleaned up ramlib-stuff (thx to Oliver Roberts).
  44.   jpeg.library (WarpOS version) works again with datatype, no crashed with IPrefs :)
  45.  
  46.